* systime.h: Doc fix.
authorJim Blandy <jimb@redhat.com>
Tue, 4 May 1993 02:28:10 +0000 (02:28 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 4 May 1993 02:28:10 +0000 (02:28 +0000)
commitb07646f5192832809e0bc76edbf2a73677ec2767
treeac680510b43984a9fe8c21c73723312261cd3786
parente3fa7dfc18bb7236d2a67357e3763225146b62e1
* systime.h: Doc fix.
(EMACS_SET_USECS): Remember that a `usec' is a microsecond, not a
millisecond.  What's three orders of magnitude between friends?
* dispnew.c (Fsit_for, Fsleep_for): Remember to multiply the
`milliseconds' argument by 1000 to get microseconds.

* dispnew.c (Fsleep_for, Fsit_for): Allow SECONDS to be a
floating point value.

* dispnew.c (getenv): Extern declaration deleted; this is done in
config.h.
src/dispnew.c